mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 00:33:29 +00: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))
|