minix/lib/libclkconf/Makefile
Thomas Cort ba92d5219d clkconf: move clkconf from libgpio to it's own lib
Clock configuration will be needed by other/future subsystems such as i2c.
Extract the functionality from libgpio and put it into it's own library.

Change-Id: I6f6de0b3fb4d305ddfeac74123b78c983d1318dd
2013-06-18 09:09:23 +02:00

11 lines
105 B
Makefile

# Makefile for libclkconf
CPPFLAGS+= -D_SYSTEM
LIB= clkconf
SRCS= \
clkconf.c
.include <bsd.lib.mk>