Remove the old make-based build system, plus some big chunks of horribly
obsolete protomake build system.
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
ARCH := i386
|
||||
PLATFORM := linux386
|
||||
OPTIMISATION := -O
|
||||
|
||||
D := plat/linux386/
|
||||
|
||||
platform-headers := \
|
||||
ack/config.h \
|
||||
sys/ioctl.h \
|
||||
unistd.h
|
||||
|
||||
platform-libsys := \
|
||||
_syscall.s
|
||||
|
||||
$(eval $(call build-platform))
|
||||
$(eval $(call build-liblinux))
|
||||
|
||||
define build-linux386-boot-impl
|
||||
$(call reset)
|
||||
$(call ackfile, $D/boot.s)
|
||||
$(call installto, $(PLATIND)/$(PLATFORM)/boot.o)
|
||||
endef
|
||||
|
||||
$(eval $(build-linux386-boot-impl))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user