Simplify conf and mconf generation. We don't care for the _shipped stuff.

/trunk/kconfig/kconfig.mk |    4     0     4     0 ----
 1 file changed, 4 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-09-28 10:33:30 +00:00
parent 0460d997cc
commit 8b2aad9f00
4 changed files with 0 additions and 4 deletions

View File

@ -148,10 +148,6 @@ help-config::
SHIPPED := $(CT_LIB_DIR)/kconfig/zconf.tab.c $(CT_LIB_DIR)/kconfig/lex.zconf.c $(CT_LIB_DIR)/kconfig/zconf.hash.c
%.c: %.c_shipped
@echo ' LN kconfig/$(notdir $@)'
@ln -s $(notdir $<) $@
$(obj)/conf $(obj)/mconf: $(obj)
$(obj):