Makefile: add buddy.c
authorAlan Cox <alan@linux.intel.com>
Sun, 28 Aug 2016 15:58:50 +0000 (16:58 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 28 Aug 2016 15:58:50 +0000 (16:58 +0100)
We don't use it yet and it's not finished

Kernel/Makefile

index 57a020b..43dcee6 100644 (file)
@@ -24,6 +24,7 @@ TARGET_LIST = platform-nc100 platform-micropack platform-pcw8256 platform-socz80
 #export TARGET = tgl6502
 #export TARGET = trs80
 #export TARGET = ubee
+#export TARGET = v68
 export TARGET = z80pack
 #export TARGET = z80pack-lite
 #export TARGET = zeta-v2
@@ -72,7 +73,8 @@ CDSRCS = start.c
 C1SRCS =  version.c filesys.c devio.c kdata.c
 C1SRCS += inode.c tty.c
 C2SRCS =  syscall_proc.c process.c malloc.c
-C2SRCS += simple.c single.c bank16k.c bank16k_low.c bank32k.c bankfixed.c flat.c
+C2SRCS += simple.c single.c bank16k.c bank16k_low.c bank32k.c
+C2SRCS += bankfixed.c flat.c buddy.c
 #
 #      Usually we map sysalls into CODE2 but they can be overlaid
 #      Assume we'll never be doing overlays with level2 or networking