2013-02-17 23:39:44 +00:00
|
|
|
override define Kernel/Configure
|
2015-03-16 12:49:25 +00:00
|
|
|
$(call Kernel/Configure/Default)
|
|
|
|
cp $(GLUONDIR)/targets/$(GLUON_TARGET)/vermagic $(LINUX_DIR)/.vermagic
|
2013-02-17 23:39:44 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
# The Makefile included here is $(TOPDIR)/target/linux/$(BOARD)/Makefile
|
|
|
|
include Makefile
|