b0c238eb5d
Linuxes all build. --HG-- branch : dtrg-buildsystem rename : modules/src/em_mes/build.mk => modules/src/read_em/build.mk rename : plat/pc86/build.mk => plat/linux386/build.mk rename : plat/pc86/build.mk => plat/linux68k/build.mk rename : plat/pc86/build.mk => plat/linuxppc/build.mk rename : util/ack/build.mk => util/misc/build.mk
19 lines
240 B
Makefile
19 lines
240 B
Makefile
ARCH := m68020
|
|
PLATFORM := linux68k
|
|
OPTIMISATION := -O6
|
|
|
|
D := plat/linux68k/
|
|
|
|
platform-headers := \
|
|
ack/config.h \
|
|
sys/ioctl.h \
|
|
unistd.h
|
|
|
|
platform-libsys := \
|
|
_syscall.s
|
|
|
|
$(eval $(call build-platform))
|
|
$(eval $(call build-liblinux))
|
|
|
|
|