mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
various small improvements and fixes
This commit is contained in:
parent
f133766faa
commit
d40a5af495
32 changed files with 372 additions and 241 deletions
6
Makefile
6
Makefile
|
@ -195,10 +195,10 @@ LDFLAGS += -Wl,-Map=$(TARGET).map
|
|||
endif
|
||||
|
||||
|
||||
target_: pico/pico_int_o32.h $(TARGET)
|
||||
target_: pico/pico_int_offs.h $(TARGET)
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGET) $(OBJS) pico/pico_int_o32.h
|
||||
$(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h
|
||||
$(RM) -r .opk_data
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
|
@ -211,7 +211,7 @@ endif
|
|||
pprof: platform/linux/pprof.c
|
||||
$(CC) $(CFLAGS) -O2 -ggdb -DPPROF -DPPROF_TOOL -I../../ -I. $^ -o $@ $(LDFLAGS) $(LDLIBS)
|
||||
|
||||
pico/pico_int_o32.h:: tools/mkoffsets.sh
|
||||
pico/pico_int_offs.h:: tools/mkoffsets.sh
|
||||
make -C tools/ XCC="$(CC)" XCFLAGS="$(CFLAGS)"
|
||||
|
||||
.s.o:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue