libplatforminfo: mark as nonshared

This commit is contained in:
Matthias Schiffer 2016-09-24 02:12:24 +02:00
parent be44ede736
commit 9311a0716e
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ CMAKE_INSTALL:=1
PKG_LICENSE:=BSD-2-Clause
PKG_FLAGS:=nonshared
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk