|
@@ -17,6 +17,8 @@ CFLAGS_REMOVE_sclp_early_core.o += $(CC_FLAGS_MARCH)
|
|
CFLAGS_sclp_early_core.o += -march=z900
|
|
CFLAGS_sclp_early_core.o += -march=z900
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+CFLAGS_sclp_early_core.o += -D__NO_FORTIFY
|
|
|
|
+
|
|
obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
|
|
obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
|
|
sclp_cmd.o sclp_config.o sclp_cpi_sys.o sclp_ocf.o sclp_ctl.o \
|
|
sclp_cmd.o sclp_config.o sclp_cpi_sys.o sclp_ocf.o sclp_ctl.o \
|
|
sclp_early.o sclp_early_core.o
|
|
sclp_early.o sclp_early_core.o
|