diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:00 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:00 -0500 |
commit | be7e8b0cb5a0c49dc180075b96df296a893bf146 (patch) | |
tree | 2bc7e22fbe883839bf13de04a4f025060ddab6a0 /board/stxxtc/Makefile | |
parent | 1b380ec225665e73959677f3893dc658c5925e05 (diff) | |
download | u-boot-imx-be7e8b0cb5a0c49dc180075b96df296a893bf146.zip u-boot-imx-be7e8b0cb5a0c49dc180075b96df296a893bf146.tar.gz u-boot-imx-be7e8b0cb5a0c49dc180075b96df296a893bf146.tar.bz2 |
* Removed the oftree.dts for stxxtx in light of the changes
to the flat device tree handling code
Patch by Matthew McClintock 26-June-2006
Diffstat (limited to 'board/stxxtc/Makefile')
-rw-r--r-- | board/stxxtc/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/board/stxxtc/Makefile b/board/stxxtc/Makefile index 11065cf..8c529a0 100644 --- a/board/stxxtc/Makefile +++ b/board/stxxtc/Makefile @@ -25,19 +25,11 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o oftree.o +OBJS = $(BOARD).o $(LIB): .depend $(OBJS) $(AR) crv $@ $(OBJS) -%.dtb: %.dts - dtc -f -V 0x10 -I dts -O dtb $< >$@ - -%.c: %.dtb - xxd -i $< \ - | sed -e "s/^unsigned char/const unsigned char/g" \ - | sed -e "s/^unsigned int/const unsigned int/g" > $@ - ######################################################################### .depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c) |