comparison level2/coco3fpga/makefile @ 3267:024ad1d926fd

Get gfx2 to build from cmds folders Now that gfx2.asm needs to include coco3vtio.d the latter needs to be built first and be accessed from the port-specific defs folder. OTOH the one built in 3rd-party/packages/basic09 is built only later during a full build. (All the different defs folders and .d files still puzzle me.) Also updated coco3fpga/defs/makefile to be based on the coco3 one. The mc09l2 port doesn't need gfx and gfx2. Note for later: This whole build of basic09 components from the 3rdparty folder during the ports builds is not very nice. At a minimum we should try to limit the extra --includedir to the few commands needing it.
author Tormod Volden <debian.tormod@gmail.com>
date Wed, 17 Jul 2019 01:14:55 +0200
parents 4393a2b5b9a0
children
comparison
equal deleted inserted replaced
3266:d9e01e3952e4 3267:024ad1d926fd
13 BOOTFILE_COCO3FPGA_SD_RTC = bootfiles/bootfile_coco3fpga_sd_rtc 13 BOOTFILE_COCO3FPGA_SD_RTC = bootfiles/bootfile_coco3fpga_sd_rtc
14 BOOTFILE_COCO3FPGA_ROM = bootfiles/bootfile_coco3fpga_rom 14 BOOTFILE_COCO3FPGA_ROM = bootfiles/bootfile_coco3fpga_rom
15 BOOTFILE_COCO3FPGA_ROM_DW = bootfiles/bootfile_coco3fpga_rom_dw 15 BOOTFILE_COCO3FPGA_ROM_DW = bootfiles/bootfile_coco3fpga_rom_dw
16 BOOTFILE_COCO3FPGA_ROM_RTC = bootfiles/bootfile_coco3fpga_rom_rtc 16 BOOTFILE_COCO3FPGA_ROM_RTC = bootfiles/bootfile_coco3fpga_rom_rtc
17 KERNELFILE_BECKER = bootfiles/kernel_becker 17 KERNELFILE_BECKER = bootfiles/kernel_becker
18 DIRS = cmds modules defs sys bootfiles wwwroot 18 DIRS = defs cmds modules sys bootfiles wwwroot
19 19
20 CMDS = $(shell $(CD) cmds; make --no-print-directory showobjs) 20 CMDS = $(shell $(CD) cmds; make --no-print-directory showobjs)
21 CMDS_D2 = $(shell $(CD) cmds; make --no-print-directory showobjs_d2) 21 CMDS_D2 = $(shell $(CD) cmds; make --no-print-directory showobjs_d2)
22 CMDS_DW = $(shell $(CD) cmds; make --no-print-directory showobjs_dw) 22 CMDS_DW = $(shell $(CD) cmds; make --no-print-directory showobjs_dw)
23 BOOTTRACK = $(shell $(CD) modules; make --no-print-directory showboottrack) 23 BOOTTRACK = $(shell $(CD) modules; make --no-print-directory showboottrack)