Skip to content

Commit

Permalink
[Makefiles] set default values
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Mar 23, 2011
1 parent d1b5b6e commit ba39c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -892,6 +892,7 @@ BOOTLOADER_TTY ?= $(shell ${FindTTY})
BOOTLOADER_AUX ?= $(shell ${FindAUX})
SERIAL_NUMBER ?= No Serial Number
FLASH_UPDATE ?= NO
BOOT_LOGO ?= wikireader.png


.PHONY: print-mbr-tty
Expand Down
2 changes: 1 addition & 1 deletion samo-lib/mbr/Makefile
Expand Up @@ -43,7 +43,7 @@ $(call REQUIRED_BINARY, ${AWK}, gawk)
BATTERY_METER ?= 0

# set this to the name of the logo
LOGO = wikireader.png
LOGO ?= wikireader.png

# use update YES or NO
# YES => only change serial number if mbr version is ok
Expand Down

0 comments on commit ba39c9d

Please sign in to comment.