X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=45e3532bb215f2a42815b5f7309f8e77d2c36ecd;hb=9db6a54485501b56b0f2f5db4d093c38fe495bda;hp=8a95d99209dd1777fcb9155b08f31f8a92e9d792;hpb=c6e1e9779a5652b58ae638e40f4b01ccb223b0d0;p=picodrive.git 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