Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/i2c/Makefile/makefile
1,23 → 1,10
# I2C Driver
targets:= libi2c.a
 
ifndef BASE
BASE=../..
endif
libi2c.a-objs:= \
i2c-dev.o \
i2c-core.o \
shark_i2c26.o \
algos/
 
include $(BASE)/config/config.mk
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
 
LIBRARY = i2c
 
OBJS_PATH = $(BASE)/drivers/i2c
 
OBJS = i2c-dev.o i2c-core.o shark_i2c26.o algos/i2c-algo-bit.o
 
OTHERINCL += -I$(BASE)/drivers/linuxc26/include
 
C_OPT += -D__KERNEL__
 
include $(BASE)/config/lib.mk
 
clean::
rm -f $(OBJS)