[LinuxBIOS] r83 - buildrom-devel/packages/linuxbios

svn at openbios.org svn at openbios.org
Wed Dec 12 23:54:25 CET 2007


Author: jcrouse
Date: 2007-12-12 23:54:25 +0100 (Wed, 12 Dec 2007)
New Revision: 83

Modified:
   buildrom-devel/packages/linuxbios/generic-linuxbios.mk
Log:
[BUILDROM] Fix a syntax error

Fix a syntax error in one of the makefiles.  Trivial patch.
Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>


Modified: buildrom-devel/packages/linuxbios/generic-linuxbios.mk
===================================================================
--- buildrom-devel/packages/linuxbios/generic-linuxbios.mk	2007-12-12 22:52:48 UTC (rev 82)
+++ buildrom-devel/packages/linuxbios/generic-linuxbios.mk	2007-12-12 22:54:25 UTC (rev 83)
@@ -19,7 +19,7 @@
 
 # If an optionrom was specified in the configuration, then use it
 
-ifneq($(OPTIONROM_ID),)
+ifneq ($(OPTIONROM_ID),)
 include $(PACKAGE_DIR)/linuxbios/optionroms.inc
 
 # Add it to the front of the list so it is prepended to the LinuxBIOS output





More information about the coreboot mailing list