mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
12 lines
166 B
Makefile
12 lines
166 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
noinst_LIBRARIES = libi2c.a
|
|
|
|
libi2c_a_SOURCES = libi2c.c libi2c.h
|
|
|
|
include $(top_srcdir)/automake/local.am
|