um: remove unused filechk_gen_header in Makefile
This is a leftover of commit ecba97d4aa
("[PATCH] uml makefiles
sanitized").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
b302046401
commit
733f4ef46d
|
@ -23,8 +23,6 @@ OS := $(shell uname -s)
|
|||
# features.
|
||||
SHELL := /bin/bash
|
||||
|
||||
filechk_gen_header = $<
|
||||
|
||||
core-y += $(ARCH_DIR)/kernel/ \
|
||||
$(ARCH_DIR)/drivers/ \
|
||||
$(ARCH_DIR)/os-$(OS)/
|
||||
|
|
Loading…
Reference in New Issue