--- qemu/roms/SLOF/romfs/tools/Makefile 2018/04/24 18:59:09 1.1.1.1 +++ qemu/roms/SLOF/romfs/tools/Makefile 2018/04/24 19:25:46 1.1.1.2 @@ -31,7 +31,7 @@ build_romfs: $(OBJS) $(HOSTCC) $(HOSTCFLAGS) $(FLAG) -o $@ $^ testing: build_romfs - make -C test + $(MAKE) -C test %.o: %.c $(HOSTCC) $(CPPFLAGS) $(HOSTCFLAGS) $(FLAG) -c $< -o $@