Skip to content

Commit

Permalink
Merge pull request #3 from palmsnipe/patch-2
Browse files Browse the repository at this point in the history
rename palmos.o in Makefile
  • Loading branch information
uARM-Palm authored Oct 20, 2020
2 parents 3f6f461 + d1c923d commit 930cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CCFLAGS = $(COMMON) -D_FILE_OFFSET_BITS=64 -DGDB_STUB_ENABLED -DSDL_ENABLED
LDFLAGS = $(COMMON) -lSDL2

#main
PROGRAM += main_pc.o CPU.o MMU.o cp15.o mem.o RAM.o ROM.o icache.o gdbstub.o vSD.o keys.o palmos.o
PROGRAM += main_pc.o CPU.o MMU.o cp15.o mem.o RAM.o ROM.o icache.o gdbstub.o vSD.o keys.o palmoscalls.o

#PXA2xx
PXA2XX += socPXA.o pxa_IC.o pxa_MMC.o
Expand Down

0 comments on commit 930cc2f

Please sign in to comment.