13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
$OpenBSD: patch-libfdt_Makefile_libfdt,v 1.1 2013/06/21 19:58:28 brad Exp $
|
|
--- libfdt/Makefile.libfdt.orig Wed Jun 19 20:47:13 2013
|
|
+++ libfdt/Makefile.libfdt Wed Jun 19 20:47:25 2013
|
|
@@ -4,7 +4,7 @@
|
|
# be easily embeddable into other systems of Makefiles.
|
|
#
|
|
LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
|
|
-LIBFDT_INCLUDES = fdt.h libfdt.h
|
|
+LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
|
|
LIBFDT_VERSION = version.lds
|
|
LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
|
|
LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
|