From: Kevin O'Connor Date: Sat, 8 Nov 2008 02:42:00 +0000 (-0500) Subject: Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=2fc90bdd3ac0b32b4e1910daf5b44cffa94db8c2;p=seabios.git Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile. --- diff --git a/Makefile b/Makefile index da1f6a1..b294ed9 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,10 @@ else Q=@ endif +OBJCOPY=objcopy +NM=nm +STRIP=strip + .PHONY : all FORCE vpath %.c src