* Taken from 5.15.74 Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com> Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com> Change-Id: I8b22703b0f1c05d515cb14268fd131adb40be8e8
10 lines
132 B
Makefile
10 lines
132 B
Makefile
VERSION = 5
|
|
PATCHLEVEL = 15
|
|
|
|
headers_install:
|
|
@mkdir -p $(O)/usr/include
|
|
@rsync -mrq $(shell pwd)/* $(O)/usr/include
|
|
|
|
all:
|
|
@true
|