Ignore:
Timestamp:
2017-11-08T00:39:43Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d15572
Parents:
c631734
Message:

Instead of using library paths directly, refer to libraries by name and let the build script take care of compiler arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/drv/fb/amdm37x_dispc/Makefile

    rc631734 rcecba66e  
    3131USPACE_PREFIX = ../../..
    3232
    33 LIBS = \
    34         $(LIBDRV_PREFIX)/libdrv.a \
    35         $(LIBGRAPH_PREFIX)/libgraph.a \
    36         $(LIBSOFTREND_PREFIX)/libsoftrend.a
    37 
    38 EXTRA_CFLAGS += \
    39         -I$(LIBDRV_PREFIX)/include \
    40         -I$(LIBGRAPH_PREFIX) \
    41         -I$(LIBSOFTREND_PREFIX)
     33LIBS = drv graph softrend
    4234
    4335BINARY = amdm37x_dispc
Note: See TracChangeset for help on using the changeset viewer.