X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=Makefile;h=45e3532bb215f2a42815b5f7309f8e77d2c36ecd;hp=8a95d99209dd1777fcb9155b08f31f8a92e9d792;hb=40d22a8e7610b2fdde5cfe6178605262ef0d61d7;hpb=f50806540979413d06aedc47a195e3fa4ba8bde6 diff --git a/Makefile b/Makefile index 8a95d99..45e3532 100644 --- a/Makefile +++ b/Makefile @@ -221,6 +221,9 @@ ifndef DEBUG cpu/fame/famec.o: CFLAGS += -g0 -O2 -fno-expensive-optimizations endif +pico/carthw_cfg.c: pico/carthw.cfg + tools/make_carthw_c $< $@ + # random deps pico/carthw/svp/compiler.o : cpu/drc/emit_$(ARCH).c cpu/sh2/compiler.o : cpu/drc/emit_$(ARCH).c