diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-12 11:38:57 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-12 11:38:57 +0200 |
commit | 5035d31ac3dd1c4ad62e3b3648b390e96663f533 (patch) | |
tree | e07b0080a3f7edb9924572b094fa969918afb23d /scripts/parse_kconfig/Makefile | |
parent | 2e39c070b3f1da75e4a86a0b9407e038a4cc5108 (diff) | |
download | linux-conf-perf-5035d31ac3dd1c4ad62e3b3648b390e96663f533.tar.gz linux-conf-perf-5035d31ac3dd1c4ad62e3b3648b390e96663f533.tar.bz2 linux-conf-perf-5035d31ac3dd1c4ad62e3b3648b390e96663f533.zip |
Fix parse_kconfig .gitignore and makefile
Diffstat (limited to 'scripts/parse_kconfig/Makefile')
-rw-r--r-- | scripts/parse_kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/Makefile b/scripts/parse_kconfig/Makefile index c102a73..66f4151 100644 --- a/scripts/parse_kconfig/Makefile +++ b/scripts/parse_kconfig/Makefile @@ -23,4 +23,4 @@ parse: $(OBJ) $(KCONFIG_OBJ) clean:: $(RM) $(OBJ) - $(RM) parser + $(RM) parse |