Changes in boot/Makefile.common [15b592b:fa9616b4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r15b592b rfa9616b4 134 134 $(USPACE_PATH)/app/top/top 135 135 136 ifneq ($(CONFIG_BARE BONE),y)136 ifneq ($(CONFIG_BARE_BONED),y) 137 137 NET_CFG = \ 138 138 $(USPACE_PATH)/srv/net/cfg/general \ … … 152 152 -include arch/$(BARCH)/Makefile.inc 153 153 154 ifeq ($(CONFIG_BARE BONE),y)154 ifeq ($(CONFIG_BARE_BONED),y) 155 155 RD_SRVS = $(RD_SRVS_ESSENTIAL) 156 156 RD_APPS = $(RD_APPS_ESSENTIAL)
Note:
See TracChangeset
for help on using the changeset viewer.