diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:00 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-09 13:50:23 -0500 |
commit | 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4 (patch) | |
tree | 2bc7e22fbe883839bf13de04a4f025060ddab6a0 /board/stxxtc/Makefile | |
parent | 5498d90312aad9f6bdbf047986027c35b03cd163 (diff) | |
download | u-boot-imx-855e6fb073f9d04fe4a7f06c107ecbac6344ddd4.zip u-boot-imx-855e6fb073f9d04fe4a7f06c107ecbac6344ddd4.tar.gz u-boot-imx-855e6fb073f9d04fe4a7f06c107ecbac6344ddd4.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) |