diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,10 @@ ifdef BB_INIT_RC_EXIT_CMD | |||
84 | CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD} | 84 | CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD} |
85 | endif | 85 | endif |
86 | 86 | ||
87 | ifdef BB_INIT_SCRIPT | ||
88 | CFLAGS += -DBB_INIT_SCRIPT=${BB_INIT_SCRIPT} | ||
89 | endif | ||
90 | |||
87 | all: busybox busybox.links | 91 | all: busybox busybox.links |
88 | 92 | ||
89 | busybox: $(OBJECTS) | 93 | busybox: $(OBJECTS) |