summaryrefslogtreecommitdiff
path: root/Rules.make
authorzecke <zecke>2003-11-30 13:12:55 (UTC)
committer zecke <zecke>2003-11-30 13:12:55 (UTC)
commit6804b865ea84e995e93e22582d0584b84810be38 (patch) (side-by-side diff)
treee43bdd7d9104bcbbd2173e8836e0bf7180d80060 /Rules.make
parent667d6cc5ca0abb0f4b8b481ce053f92412babd87 (diff)
downloadopie-6804b865ea84e995e93e22582d0584b84810be38.zip
opie-6804b865ea84e995e93e22582d0584b84810be38.tar.gz
opie-6804b865ea84e995e93e22582d0584b84810be38.tar.bz2
Obsolete many of the custom-platform.h files. Values can be controled
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make23
1 files changed, 22 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 86543bb..5cdbb00 100644
--- a/Rules.make
+++ b/Rules.make
@@ -32,7 +32,28 @@ endif
ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y)
echo CONFIG += no-override >> $@
endif
-
+ifeq ($(CONFIG_OPIE_NO_BUILTIN_SHUTDOWN),y)
+ echo DEFINES += OPIE_NO_BUILTIN_SHUTDOWN >> $@
+endif
+ifeq ($(CONFIG_OPIE_NO_BUILTIN_CALIBRATE),y)
+ echo DEFINES += OPIE_NO_BUILTIN_CALIBRATE >> $@
+endif
+ifeq ($(CONFIG_USE_REALTIME_AUDIO_THREAD),y)
+ echo DEFINES += USE_REALTIME_AUDIO_THREAD >> $@
+endif
+ifeq ($(CONFIG_QT_QWS_ALLOW_CLOCK),y)
+ echo DEFINES += QT_QWS_ALLOW_OVERCLOCK >> $@
+endif
+ifeq ($(CONFIG_OPIE_HIGH_RES_SMALL_PHY),y)
+ echo DEFINES += OPIE_HIGH_RES_SMALL_PHY >> $@
+endif
+ifeq ($(CONFIG_OPIE_NEW_ALLOC),y)
+ echo DEFINES += OPIE_NEW_ALLOC >> $@
+endif
+ifeq ($(CONFIG_OPIE_NO_SOUND_PCM_READ_BITS),y)
+ echo DEFINES += OPIE_NO_SOUND_PCM_READ_BITS >> $@
+endif
+ echo DEFINES += OPIE_SOUND_FRAGMENT_SHIFT=$(CONFIG_OPIE_SOUND_FRAGMENT_SHIFT) >> $@
$(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages
@echo Generating dependency information...
# add to subdir-y, and add descend rules