blob: 250e2cf06d5b62fe9c1d348971261b09490f38ac [file] [log] [blame]
PACKAGE_DEPS=gio-unix-2.0 glib-2.0
ALL_CFLAGS+=-I ../libopenbmc_intf
LIBOBMC=$(TOP)/libopenbmc_intf/libopenbmc_intf.so.1
EXTRA_OBJS+=$(LIBOBMC)
$(LIBOBMC):
$(MAKE) -C $(TOP)/libopenbmc_intf
%.o: %_obj.c
$(CC) -c $(ALL_CFLAGS) -o $@ $<