Changes in boot/Makefile.common [fa9616b4:15b592b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rfa9616b4 r15b592b 134 134 $(USPACE_PATH)/app/top/top 135 135 136 ifneq ($(CONFIG_BARE _BONED),y)136 ifneq ($(CONFIG_BAREBONE),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 _BONED),y)154 ifeq ($(CONFIG_BAREBONE),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.