]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/util/i2cWrite/Makefile
c6x-IBL: C6457: Adding c6457 flag to util directory
[keystone-rtos/ibl.git] / src / util / i2cWrite / Makefile
1 #***************************************************************
2 #* FILE PURPOSE: Top level make file for the I2C writer 
3 #***************************************************************
4 #* FILE NAME: Makefile
5 #*
6 #* DESCRIPTION: builds the i2c eeprom writer 
7 #*
8 #***************************************************************
10 DEVICES= c6455 c6472 c6474 c6474l c6457
12 all:
13         @echo must specify a target [ $(DEVICE) ]
15 ifndef ENDIAN
16  ENDIAN= little
17 endif
19 export ENDIAN
21 $(DEVICES):
22         make -f makestg2 ARCH=c64x TARGET=$@ $@
24 clean:
25         make -f makestg2 clean2 ARCH=c64x