- 积分
- 11
贡献84
飞刀26 FD
注册时间2016-12-14
在线时间2 小时
|
发表于 2019-12-26 17:58:09
|
显示全部楼层
- ifeq ($(CONFIG_ARCH_SUN50IW1P1),y)
- sub_dir = lowlevel_sun50iw1
- -include $(obj)/de/$(sub_dir)/Makefile
- endif
- ifeq ($(CONFIG_ARCH_SUN8IW10),y)
- sub_dir = lowlevel_sun8iw10
- -include $(obj)/de/$(sub_dir)/Makefile
- endif
- ifeq ($(CONFIG_ARCH_SUN8IW11),y)
- sub_dir = lowlevel_v2x
- -include $(obj)/de/$(sub_dir)/Makefile
- endif
- ifeq ($(CONFIG_ARCH_SUN50IW2),y)
- sub_dir = lowlevel_v2x
- -include $(obj)/de/$(sub_dir)/Makefile
- endif
- #-include $(obj)/de/$(sub_dir)/Makefile
复制代码
这是android下的lichee的代码。不知是飞凌改动的还是什么原因。这样的代码是没问题的。 |
|