Commit e5ef100c authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/wrsw_hal/Makefile: install more files, needed later

parent fd8acd65
......@@ -26,6 +26,7 @@ $(BINARY): $(OBJS)
install: all
install -d $(WR_INSTALL_ROOT)/bin
install $(BINARY) $(WR_INSTALL_ROOT)/bin
install hal_exports.h wrsw_hal.h $(WR_INSTALL_ROOT)/include
clean:
rm -f $(BINARY) *.o *~
\ No newline at end of file
rm -f $(BINARY) *.o *~
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment