fix if-target-condition
authorMirko Vogt <mirko@openwrt.org>
Wed, 11 Feb 2009 01:16:06 +0000 (01:16 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 11 Feb 2009 01:16:06 +0000 (01:16 +0000)
SVN-Revision: 14471

Xorg/xorg/xserver/xorg-server/Makefile

index bca8c440ba0c79aaa9f9d8ceacd5ef8a4e71bd47..88f0ae2e36e32dfa46e1a17a466edf49ca9b1f7d 100644 (file)
@@ -27,7 +27,7 @@ X_CONFIG=generic
 ifeq ($(CONFIG_TARGET_olpc),y)
   X_CONFIG=olpc
 endif
-ifeq ($(CONFIG_TARGET_om_gta02),y)
+ifeq ($(CONFIG_TARGET_s3c24xx),y)
   X_CONFIG=om_gta02
 endif