文件:driver/makefile

#############################################################
# Required variables for each makefile
# Discard this section from all parent makefiles
# Expected variables (with automatic defaults):
#   CSRCS (all "C" files in the dir)
#   SUBDIRS (all subdirs with a Makefile)
#   GEN_LIBS - list of libs to be generated ()
#   GEN_IMAGES - list of images to be generated ()
#   COMPONENTS_xxx - a list of libs/objs in the form
#     subdir/lib to be extracted and rolled up into
#     a generated lib/image xxx.a ()
#
ifndef PDIR
GEN_LIBS = libdriver.a
endif

#############################################################
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!
# Generally values applying to a tree are captured in the
#   makefile at its root level - these are then overridden
#   for a subtree within the makefile rooted therein
#
#DEFINES +=

#############################################################
# Recursion Magic - Don't touch this!!
#
# Each subtree potentially has an include directory
#   corresponding to the common APIs applicable to modules
#   rooted at that subtree. Accordingly, the INCLUDE PATH
#   of a module can only contain the include directories up
#   its parent path, and not its siblings
#
# Required for each makefile to inherit from the parent
#

INCLUDES := $(INCLUDES) -I $(PDIR)include
INCLUDES += -I ./
INCLUDES += -I ../include/user
INCLUDES += -I ../include/driver
PDIR := ../$(PDIR)
sinclude $(PDIR)Makefile

ESP8266编译脚本之五相关推荐

  1. ESP8266编译脚本之四

    文件:user/makefile ############################################################# # Required variables ...

  2. ESP8266编译脚本之三

    文件:主makefile ############################################################# # Required variables for ...

  3. ESP8266编译脚本之二

    文件:gen_misc.sh #!/bin/bash echo "gen_misc.sh version 20150511" echo "" echo &quo ...

  4. ESP8266编译脚本

    文件:build.sh #!/bin/bash echo "gen_misc.sh version 20150511" echo "" #make COMPIL ...

  5. linux 脚本自动编制工具,全自动工具链编译脚本

    GCC 工具链自动编译脚本 本工具用于自动编译指定的工具链,可以同时生成运行于本机系统 (Build system) 和 Windows 系统(可以修改)的两套工具链 具体编译规则指定于 .confi ...

  6. mk_trustonic.mk编译脚本

    Q1.如何编译64位TA? 编译之前设置以下环境变量 export TARGET_ARCH=arm64 export PLATFORM=ARM_V8A_AARCH64 Q2.如何编译Debug版本TA ...

  7. android.mk ndk编译选项优化,Android NDK 编译脚本分析 之一

    版权信息:本文为本人原创,欢迎转载,但请著明出处,并保留本版权信息. Android NDK编译脚本编写起来还是是比较简单条理的,然而它的语法和传统的linux GNU Make编译脚本的编写似乎有很 ...

  8. 以太坊智能合约 编译脚本

    前提准备工作 创建新的项目文件夹 mkdir contract_workflow mkdir contracts   创建合约文件夹 mkdir scripts       创建脚本文件夹 mkdir ...

  9. FFmpeg示例程序合集-批量编译脚本

    此前做了一系列有关FFmpeg的示例程序,组成了< 最简单的FFmpeg示例程序合集>,其中包含了如下项目: simplest ffmpeg player:                 ...

最新文章

  1. 趣谈网络协议笔记-二(第十七讲)
  2. 只学python能找工作吗-只学Python能找到工作吗?老男孩Python视频教程
  3. linux中sqlite3编译时出错,Sqlite3 交叉编译 undefined reference to `fdatasync' 错误解决
  4. 一个可供中小团队参考的微服务架构技术栈
  5. 菱形继承与菱形虚拟继承
  6. QT的QSGGeometry类的使用
  7. Ajax中文乱码问题解决方法(服务器端用servlet)
  8. 在Linux上安装CHM查看工具
  9. [mybatis]全局配置文件标签顺序
  10. android反射开启通知_Android中反射的简单应用
  11. Qt工作笔记-QGraphics框架中,给图像中的点连线【获取场景中的数据】【有坑】
  12. docker 设置国内镜像源(网易、ustc、中国科技大学、阿里云容器)
  13. asp.core api 通过socket和服务器通信发送udp_详解Linux的SOCKET编程
  14. 逻辑与计算机科学之间有什么联系,数学、逻辑与计算机科学的关系
  15. 【leveldb】资料
  16. 如何清理Docker占用的磁盘空间?
  17. Visio绘制神经网络层Layer
  18. 系统编程__2__父子进程的创建和回收
  19. edius多机位多轨编辑
  20. Python爬虫——全网获取音乐

热门文章

  1. 京东到家基于netty与websocket的实践
  2. 如何实现一个Java Class解析器
  3. MYSQL:explain分析
  4. 数据库:悲观锁与乐观锁
  5. 04.Java 堆内存 新生代 老年代?
  6. 什么是Scanner?next()和hasNext() ? nextLine()和hasNextLine()?
  7. 16.C++中的this指针
  8. linux去掉java路径_Java显示目录文件列表和删除目录
  9. 工信部公示国家新型数据中心典型案例名单
  10. UpTime:供电、系统、网络、制冷——2020年数据中心宕机四大主因