Author: wmb Date: Thu Jul 14 05:49:29 2011 New Revision: 2358 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2358
Log: OLPC XO-1.75 - added emacs target rules to master Makefile.
Modified: cpu/arm/olpc/1.75/build/Makefile
Modified: cpu/arm/olpc/1.75/build/Makefile ============================================================================== --- cpu/arm/olpc/1.75/build/Makefile Thu Jul 14 05:44:51 2011 (r2357) +++ cpu/arm/olpc/1.75/build/Makefile Thu Jul 14 05:49:29 2011 (r2358) @@ -9,7 +9,7 @@
TAGFILES= ../../../build/*.tag *.tag CLIENTDIR=../../../../../clients -CLIENTPROGS= +CLIENTPROGS=${CLIENTDIR}/emacs/arm/emacs
all: ${ROMNAME}.rom tags
@@ -30,6 +30,9 @@ ../../build/inflate.bin: @make -C ../../build inflate.bin
+${CLIENTDIR}/emacs/arm/emacs: + @make -C ${CLIENTDIR}/emacs/arm emacs + build: @ln -sf ${BUILDSH} build
openfirmware@openfirmware.info