mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-10 03:57:17 +08:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
![]() |
include $(TOPDIR)/rules.mk
|
||
|
include $(INCLUDE_DIR)/image.mk
|
||
|
|
||
|
include $(SUBTARGET).mk
|
||
|
|
||
|
define Image/Build
|
||
|
$(call Image/Build/$(1),$(1))
|
||
|
endef
|
||
|
|
||
|
$(eval $(call BuildImage))
|