diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.inc b/Makefile.inc index 9decd65830..49344a6c74 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -75,7 +75,7 @@ files_added:: build_complete ####################################################################### # our phony targets -PHONY+= clean-abuild coreboot lint lint-stable build-dirs build_complete +PHONY+= clean-abuild coreboot build-dirs build_complete ####################################################################### # root source directories of coreboot @@ -556,9 +556,6 @@ printcrt0s: update: dongle.py -c /dev/term/1 $(obj)/coreboot.rom EOF -lint lint-stable: - util/lint/lint $@ - gitconfig: [ -d .git ] mkdir -p .git/hooks |