summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2009-03-25 19:39:41 +0000
committer Wilbert Pol <wilbert@jdg.info>2009-03-25 19:39:41 +0000
commita35ef58b54fdead56bf3c21f898fce33d18687a1 (patch)
treeb32156cb8894bb779d4bb999db786e9b18d9b5fe /makefile
parent2e94113cb6ca351a75f38573730dd44d477e86b6 (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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4827e37e89e..9da042bcc53 100644
--- a/makefile
+++ b/makefile
@@ -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)