diff options
author | 2009-03-25 19:39:41 +0000 | |
---|---|---|
committer | 2009-03-25 19:39:41 +0000 | |
commit | a35ef58b54fdead56bf3c21f898fce33d18687a1 (patch) | |
tree | b32156cb8894bb779d4bb999db786e9b18d9b5fe /makefile | |
parent | 2e94113cb6ca351a75f38573730dd44d477e86b6 (diff) |
CPU cores are now enabled on a per cpu core family basis instead of per cpu core variant. As a result CPUDEFS is no longer needed in the makefile.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ include $(SRC)/build/build.mak include $(SRC)/tools/tools.mak # combine the various definitions to one -CDEFS = $(DEFS) $(COREDEFS) $(CPUDEFS) $(SOUNDDEFS) +CDEFS = $(DEFS) $(COREDEFS) $(SOUNDDEFS) |