summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-01-02 20:21:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-01-02 20:21:00 +0000
commit3df8953bca44bd624b54e61e48bb29a73b4c5344 (patch)
tree2dd66eaaef659a33a697d1a234e51a0f9863a85c /makefile
parent4935467518ed839a5696e75aad5799d93dff51b8 (diff)
Removed the various HAS_xxxx for sound cores. To select sound cores,
just choose them in the make system. Further granularity is not necessary. This also means that the samples core is always required.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c038d7c0de0..30e9b61708d 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) $(SOUNDDEFS)
+CDEFS = $(DEFS)