79d02229cc
- all subtarget specific defines are in their own files - common defines left in main Makefile - each subtarget makefile idefed with SUBTARGET - all subtargets compile tested - few seems to be broken/unneeded things marked with FIXME Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 49104
11 lines
343 B
Makefile
11 lines
343 B
Makefile
#
|
|
# MT7688 Profiles
|
|
#
|
|
|
|
Image/Build/Profile/LinkIt7688=$(call BuildFirmware/Default32M/$(1),$(1),LinkIt7688,LINKIT7688)
|
|
Image/Build/Profile/WRTNODE2R=$(call BuildFirmware/Default16M/$(1),$(1),wrtnode2r,WRTNODE2R)
|
|
|
|
define Image/Build/Profile/Default
|
|
$(call Image/Build/Profile/LinkIt7688,$(1))
|
|
$(call Image/Build/Profile/WRTNODE2R,$(1))
|
|
endef
|